scale: Use markdown for css tree
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Feb 2021 01:04:56 +0000 (20:04 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:35 +0000 (16:37 +0000)
gtk/gtkscale.c

index a05ccccad1b2227978d2b2a598c2663aeba73923..cd8c41b382a41e61aab6e9809d85361182f1b7d1 100644 (file)
@@ -74,7 +74,7 @@
  *
  * # CSS nodes
  *
- * |[<!-- language="plain" -->
+ * ```
  * scale[.fine-tune][.marks-before][.marks-after]
  * ├── [value][.top][.right][.bottom][.left]
  * ├── marks.top
@@ -93,7 +93,7 @@
  *     ├── [fill]
  *     ├── [highlight]
  *     ╰── slider
- * ]|
+ * ```
  *
  * `GtkScale` has a main CSS node with name scale and a subnode for its contents,
  * with subnodes named trough and slider.
  *
  * # Accessibility
  *
- * `GtkScale` uses the #GTK_ACCESSIBLE_ROLE_SLIDER role.
+ * `GtkScale` uses the %GTK_ACCESSIBLE_ROLE_SLIDER role.
  */